mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
11 lines
125 B
Makefile
11 lines
125 B
Makefile
.PHONY: all install clean
|
|
|
|
all:
|
|
sh domake
|
|
|
|
install:
|
|
sh doinstall
|
|
|
|
clean:
|
|
rm -r uppsrc/_out
|
|
rm uppsrc/ide.out
|