File: Makefile

package info (click to toggle)
massxpert 7.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 71,188 kB
  • sloc: cpp: 47,431; xml: 23,090; javascript: 22,231; python: 501; sh: 272; makefile: 88
file content (11 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
current_dir := $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))

all: 
	cd ${HOME}/devel/massxpert/build-area/unix && make 

.PHONY: clean
clean:
	cd ${HOME}/devel/massxpert/build-area/unix && make clean