ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

makekeys_Makefile (125B)


      1 all:
      2 	$(HOSTCC) makekeys.c -o makekeys -static -I../../include $(HOSTCC_CFLAGS)
      3 install:
      4 	true
      5 uninstall:
      6 	true
      7 clean:
      8 	true