##// END OF EJS Templates
Now uses qmake to compile an Qt-creator compatible!
Now uses qmake to compile an Qt-creator compatible!

File last commit:

r18:bd9ab647f70a default
r18:bd9ab647f70a default
Show More
Makefile
22 lines | 264 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
PROJECTFILE = 24LCXX.pro
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C 24LC0X
@echo Code compiled
install:
make install -C 24LC0X
clean:
make clean -C 24LC0X
distclean:
make distclean -C 24LC0X