/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gustav Hartvigsson
  • Date: 2014-02-12 23:06:37 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140212230637-koam1oehdtu5pbps
* Started work on the settings dioloug.
* Fixed a few things in the man app:
  * Menu
  * window size dose no longer have a minimum size.
* other changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        ./obj/GPumpAuth.o\
10
10
        ./obj/GPumpCommentContainer.o\
11
11
        ./obj/GPumpPostContainer.o\
12
 
        ./obj/GPumpProfiles.o
 
12
        ./obj/GPumpProfiles.o\
 
13
        ./obj/GPumpSettings.o
13
14
 
14
15
DEPS=./src/*.h
15
16
 
20
21
obj/%.o: src/%.c $(DEPS)
21
22
        mkdir -p ./obj
22
23
        $(CC) $(CFLAGS) $(LIBS) -c -o $@ $< 
 
24
 
 
25
.PHONY: run clean
 
26
.IGNORE: run clean
 
27
 
 
28
clean:
 
29
        rm ./obj/ -R
 
30
        rm ./bin/ -R
 
31
 
 
32
run: $(EXEC)
 
33
        ./bin/gpump