/+junk/c_sdl_joypad

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/c_sdl_joypad

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gustav Hartvigsson
  • Date: 2014-01-12 00:58:54 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140112005854-3vs2ov2hju4c51in
* Fiddels with the Doxygen file to make the functions have the same order as
  in the file.
  Should be easier to find what functons do now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
obj/%.o: src/%.c $(DEPS)
28
28
        $(CC) $(CFLAGS) -c -o $@ $< 
29
29
 
30
 
.PHONY: clean run
31
 
.IGNORE: clean run
 
30
.PHONY: clean run docs docs-latex
 
31
.IGNORE: clean run docs docs-latex
32
32
 
33
33
clean:
34
34
        rm $(OBJECTS)
36
36
 
37
37
run: $(EXEC)
38
38
        exec ./$(EXEC)
 
39
 
 
40
docs:
 
41
        doxygen Doxygen