Skip to content

Commit eca4a7d

Browse files
committed
Makefile: Use CC instead of dmc
1 parent 075285f commit eca4a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dm/src/dmc/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ msgs2.d msgs2.h msgs2.c : msgsx.exe
282282
msgsx
283283

284284
msgsx.exe : msgsx.c
285-
dmc msgsx -D$(TARGET)
285+
$(CC) msgsx -D$(TARGET)
286286

287287
##################### ZIP ################################
288288

0 commit comments

Comments
 (0)