Skip to content
Snippets Groups Projects
Commit 9593cd5e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Also, don't create intermediary object files for genmap

parent b366a73d
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -77,6 +77,7 @@ rgbmap.h: rgbmap.s ...@@ -77,6 +77,7 @@ rgbmap.h: rgbmap.s
$(MTOBJODIR)$(DIRSEP)rgbmap$(OFILE): rgbmap.s rgbmap.h $(MTOBJODIR)$(DIRSEP)rgbmap$(OFILE): rgbmap.s rgbmap.h
$(EXEODIR)$(DIRSEP)genmap$(EXEFILE): $(OBJODIR)$(DIRSEP)genmap$(OFILE) $(EXEODIR)$(DIRSEP)genmap$(EXEFILE): genmap.c
cc $(LDFLAGS) $(OBJODIR)$(DIRSEP)genmap$(OFILE) -o $@ @echo Compiling $@...
$(QUIET)cc $(LDFLAGS) $< -o $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment