old-KSSed/GNUmakefile
Morten Delenk 19f63ab681
restarted
2016-09-03 19:14:57 +02:00

6 lines
No EOL
102 B
Makefile

all:
$(MAKE) -C kssed compiler=g++6
clean:
$(MAKE) -C kssed clean
install:
$(MAKE) -C kssed install