##// END OF EJS Templates
just backup
just backup

File last commit:

r12:cc0fb1c881c0 default
r12:cc0fb1c881c0 default
Show More
Makefile
13 lines | 189 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C helloworld
@echo Code compiled
clean:
make clean -C helloworld
@echo Code compiled