geom_gate userland utility improvements
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- all-sub: $(INTDIR) all
-
- clean-sub: clean
-
- $(INTDIR):
- !if "$(SRCDIR)" == ""
- @if not exist $(TARGET) mkdir $(TARGET)
- !endif
- @if not exist $(INTDIR) mkdir $(INTDIR)
-
- {$(SUBDIR)}.c{$(INTDIR)}.obj::
- $(CC) -c $(CFLAGS) /Fo"$(INTDIR)\\" $<
-
|