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.
 
 
 
 

16 lines
239 B

  1. all-sub: $(INTDIR) all
  2. clean-sub: clean
  3. $(INTDIR):
  4. !if "$(SRCDIR)" == ""
  5. @if not exist $(TARGET) mkdir $(TARGET)
  6. !endif
  7. @if not exist $(INTDIR) mkdir $(INTDIR)
  8. {$(SUBDIR)}.c{$(INTDIR)}.obj::
  9. $(CC) -c $(CFLAGS) /Fo"$(INTDIR)\\" $<