Prevent comptime.* from failing compilation

This commit is contained in:
GoldenTails 2022-03-27 20:14:54 -05:00
parent 82fb731cab
commit 9bfc82a14b

View file

@ -357,9 +357,9 @@ $(dbg).txt : $(dbg)
# this really updates comptime.h
comptime.c ::
ifdef WINDOWSHELL
$(.)..\comptime.bat .
-$(.)..\comptime.bat .
else
$(.)../comptime.sh .
-$(.)../comptime.sh .
endif
# I wish I could make dependencies out of rc files :(