blob: 5937f137465c8bd663cbc04f0dd7beebbb09ddba [file] [log] [blame]
# The most simplistic Makefile
xxd: xxd.c
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -DUNIX -o xxd xxd.c $(LIBS)
clean:
rm -f xxd xxd.o
rm -rf xxd.dSYM