makefile 86 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 all: gcc PC.c -l usb-1.0 -Wall -Wextra clean: rm -f *.o a.out exec: all ./a.out