all: debug debug: nobanner.c $(CC) -DDEBUG -o nobanner nobanner.c debugosx: nobanner.c $(CC) -DDEBUG -DMACOSX -o nobanner nobanner.c nodebug: nobanner clean: rm -f nobanner