File: Makefile

package info (click to toggle)
fff 1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,968 kB
  • sloc: cpp: 18,525; ansic: 6,971; ruby: 534; makefile: 223; sh: 17
file content (9 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
1
2
3
4
5
6
7
8
9
all: 
	cd embedded_ui; $(MAKE) all
	cd driver_testing; $(MAKE) all
	cd weak_linking; $(MAKE) all
clean: 
	cd embedded_ui; $(MAKE) clean
	cd driver_testing; $(MAKE) clean
	cd weak_linking; $(MAKE) clean