Removed the useless makefiles
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1478 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
ca5489a5d6
commit
09a0d11668
19 changed files with 0 additions and 506 deletions
|
@ -1,18 +0,0 @@
|
|||
EXEC = sound_capture
|
||||
OBJ = SoundCapture.o
|
||||
|
||||
all: $(EXEC)
|
||||
|
||||
sound_capture: $(OBJ)
|
||||
$(CC) $(LDFLAGS) -o $(EXECPATH)/$@ $(OBJ) -lsfml-audio -lsfml-system
|
||||
|
||||
%.o: %.cpp
|
||||
$(CC) -o $@ -c $< $(CFLAGS)
|
||||
|
||||
.PHONY: clean mrproper
|
||||
|
||||
clean:
|
||||
@rm -rf *.o
|
||||
|
||||
mrproper: clean
|
||||
@rm -rf $(EXECPATH)/$(EXEC)
|
Loading…
Add table
Add a link
Reference in a new issue