blob: 299389873d16098393732f9a884c7df12c8174ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- make -*-
BASE=..
SUBDIR=test
# Bring in the default rules
include ../buildlib/defaults.mak
# Scratch program to test incomplete code fragments in
PROGRAM=scratch-test
SLIBS = -lapt-pkg
SOURCE = scratch.cc
include $(PROGRAM_H)
|