~gabriel1984sibiu/gtk+1.2/gtk+1.2

« back to all changes in this revision

Viewing changes to examples/base/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Akira TAGOH
  • Date: 2002-04-15 02:19:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020415021949-eh01yrgh4b85p9z7
Tags: upstream-1.2.10
ImportĀ upstreamĀ versionĀ 1.2.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
CC = gcc
 
3
 
 
4
base: base.c 
 
5
        $(CC) `gtk-config --cflags`  base.c -o base `gtk-config --libs`
 
6
 
 
7
clean: 
 
8
        rm -f *.o base