8 lines
168 B
Text
8 lines
168 B
Text
# Universal powerful simple C build file.
|
|
<$(MKINCDIR)/std/cbuild
|
|
<$(MKINCDIR)/std/install
|
|
|
|
clean:V:
|
|
rm -f $TARG $TARG.strip $OFILES
|
|
uninstall:V:
|
|
rm -f $EXEDIR/$TARG
|