]> git.saurik.com Git - apt.git/blob - test/makefile
HTTP bugs
[apt.git] / test / makefile
1 # -*- make -*-
2 BASE=..
3 SUBDIR=test
4
5 # Bring in the default rules
6 include ../buildlib/defaults.mak
7
8 # Scratch program to test incomplete code fragments in
9 PROGRAM=scratch-test
10 SLIBS = -lapt-pkg
11 SOURCE = scratch.cc
12 include $(PROGRAM_H)