scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

Makefile (126B)


      1 .POSIX:
      2 
      3 include ../../config.mk
      4 
      5 all:
      6 
      7 dep:
      8 	./gendep.sh $(TARGETS)
      9 
     10 clean:
     11 	rm -f */crt.o
     12 
     13 distclean: clean
     14 	rm -f makefile