mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Move stuff to top-level
This makes it easier to use with "git subtree".
This commit is contained in:
parent
259086de84
commit
55c9a40613
10 changed files with 0 additions and 0 deletions
|
@ -1,8 +0,0 @@
|
|||
%.o: %.cc
|
||||
$(QUIET) $(CXX) -o $@ -c $< $(GLOBAL_CXXFLAGS) $(CXXFLAGS) $($@_CXXFLAGS) -MMD -MF $(basename $@).dep -MP
|
||||
|
||||
%.o: %.cpp
|
||||
$(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