From: murray AT southeast DOT net (Murray Stokely) Newsgroups: comp.os.msdos.djgpp Subject: makefile problems Date: Mon, 23 Dec 1996 07:45:08 GMT Organization: ACiD Productions Lines: 28 Message-ID: <32be3881.90176573@nntp.southeast.net> Reply-To: murray AT southeast DOT net NNTP-Posting-Host: ts3-024.southeast.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Whats wrong with this makefile? It gives me an error around the compile action of the bth6 target # V A R I A B L E S # ----------------------------- CC = gcc CFLAGS = -g -O2 OBJECTS = sb_vesa.o sb_menu.o sb_misc.o sb_scrol.o sb_write.o # T A R G E T S # ----------------------------- bth6 : $(OBJECTS) $(CC) -o bth6 $(OBJECTS) sb_vesa.o : bth6.h sb_menu.o : bth6.h sb_misc.o : bth6.h sb_scrol.o : bth6.h sb_write.o : bth6.h .PHONY : clean clean : del *.o Murray Stokely ( murray AT southeast DOT net ) http://www.cdrom.com/pub/artpacks