mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-07 14:22:32 -06:00
9 lines
95 B
Makefile
9 lines
95 B
Makefile
.PHONY: all install clean
|
|
|
|
all:
|
|
make -C uppsrc
|
|
cp uppsrc/ide.out ~/theide
|
|
|
|
install:
|
|
|
|
clean:
|