diff --git a/src/conio/GNUmakefile b/src/conio/GNUmakefile index 06555900f99121c4a9a4b131a79f943effa194c4..b27c1feb083ad1c8191a3ff0ec8259bd5284aa6b 100644 --- a/src/conio/GNUmakefile +++ b/src/conio/GNUmakefile @@ -78,5 +78,5 @@ rgbmap.h: rgbmap.s $(MTOBJODIR)$(DIRSEP)rgbmap$(OFILE): rgbmap.s rgbmap.h $(EXEODIR)$(DIRSEP)genmap$(EXEFILE): $(OBJODIR)$(DIRSEP)genmap$(OFILE) - $(CC) $(LDFLAGS) $(OBJODIR)$(DIRSEP)genmap$(OFILE) -o $@ + cc $(LDFLAGS) $(OBJODIR)$(DIRSEP)genmap$(OFILE) -o $@