From: John Tsiombikas Date: Fri, 21 May 2021 10:57:35 +0000 (+0300) Subject: fixed lutgen build on DOS X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=retrobench;a=commitdiff_plain;h=8d784d8a9a44cd37c8139560ec55cec60c1edc57 fixed lutgen build on DOS --- diff --git a/Makefile.dj b/Makefile.dj index 12b2084..6e80356 100644 --- a/Makefile.dj +++ b/Makefile.dj @@ -69,7 +69,6 @@ clean: cleandep: rm -f $(dep) endif - . $(LUTGEN): tools/lutgen.c - cc -o $@ $< -lm + gcc -o $@ $< -lm