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) ...@@ -357,9 +357,9 @@ $(dbg).txt : $(dbg)
# this really updates comptime.h # this really updates comptime.h
comptime.c :: comptime.c ::
ifdef WINDOWSHELL ifdef WINDOWSHELL
$(.)..\comptime.bat . -$(.)..\comptime.bat .
else else
$(.)../comptime.sh . -$(.)../comptime.sh .
endif endif
# I wish I could make dependencies out of rc files :( # 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.
Please register or to comment