File: Makefile

package info (click to toggle)
ctwm 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,580 kB
  • sloc: ansic: 34,729; yacc: 985; sh: 466; perl: 415; lex: 133; makefile: 102
file content (14 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This just shortcuts stuff through to cmake
client all build ctwm: ../build/Makefile
	( cd ../build && ${MAKE} ${@} )

../build/Makefile cmake: ../CMakeLists.txt
	( cd .. && ${MAKE} cmake )

clean allclean:
	( cd .. && ${MAKE} ${@} )


# Reindent files
indent:
	astyle -n --options=../tools/ctwm.astyle *.h *.c