Skip to content
Snippets Groups Projects
Commit 9bfc82a1 authored by Golden's avatar Golden
Browse files

Prevent comptime.* from failing compilation

parent 82fb731c
No related branches found
No related tags found
No related merge requests found
......@@ -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 :(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment