2019-11-29 12:55:49 +01:00

6 lines
101 B
Makefile

all: usb_descrip_gen.o
gcc usb_descrip_gen.c -lm -o usb_descrip_gen
clean:
rm *.o usb_descrip_gen