.PHONY: all

all:
	@$(CC) -o qpkg_encrypt qpkg_encrypt.c

clean:
	rm -rf /bin/qpkg_encrypt
