Česky
Kamil Dudka

GED 2006 (C++)

File detail

Name:DownloadMakefile [Download]
Location: ged2006
Size:287 B
Last modification:2007-08-29 02:14

Source code

# Makefile
# Project: GED - bitmap editor (ICP)
# Author: Kamil Dudka, xdudka00
# Team: xdudka00, xfilak01, xhefka00, xhradi08
# Created: 2006-03-08
 
all:
	make -C src all
	make -C doc all
 
install:
	make -C src install
	make -C src install
 
clean:
	make -C src clean
	make -C doc clean