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