mirror of
https://github.com/NixOS/nix
synced 2025-07-12 19:05:08 +02:00
Remove mk subdirectory in preparation for "git subtree"
This commit is contained in:
parent
bf8b66adcf
commit
568b1b0a8a
9 changed files with 0 additions and 335 deletions
|
@ -1,5 +0,0 @@
|
|||
%.o: %.cc
|
||||
$(QUIET) $(CXX) -o $@ -c $< $(GLOBAL_CXXFLAGS) $(CXXFLAGS) $($@_CXXFLAGS) -MMD -MF $(basename $@).dep -MP
|
||||
|
||||
%.o: %.c
|
||||
$(QUIET) $(CC) -o $@ -c $< $(GLOBAL_CFLAGS) $(CFLAGS) $($@_CFLAGS) -MMD -MF $(basename $@).dep -MP
|
Loading…
Add table
Add a link
Reference in a new issue