Makefile 91 B

1234567
  1. .PHONY: all
  2. all:
  3. @$(CC) -o qpkg_encrypt qpkg_encrypt.c
  4. clean:
  5. rm -rf /bin/qpkg_encrypt